Skip to content

DR2 2042 Add Remove path substitution button#520

Merged
techncl merged 4 commits intomasterfrom
DR2-2042_removePathSubstitutionButton
Jan 16, 2025
Merged

DR2 2042 Add Remove path substitution button#520
techncl merged 4 commits intomasterfrom
DR2-2042_removePathSubstitutionButton

Conversation

@techncl
Copy link
Contributor

@techncl techncl commented Jan 14, 2025

No description provided.

@techncl techncl changed the title DR2 2042 remove path substitution button DR2 2042 Add Remove path substitution button Jan 14, 2025
tblPathSubstitutions.popupMenu(popupMenu)

private val spTblPathSubstitutions = new ScrollPane(tblPathSubstitutions)
private val btnRemovePathSubstitution = new Button("Remove Path Substitution...")
Copy link
Contributor

@sparkhi sparkhi Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the ... from the text. The ellipsis in UI is a cue to user that there will be more input needed before the action is performed. In case of Removal, the action is performed as soon as the button is clicked so it should not have the ellipsis

I know, this rule is violated elsewhere in the UI (e.g. "save" button, which technically works like "save as...") but I think for new button addition we should do it correctly

Copy link
Contributor

@sparkhi sparkhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one minor comment

@techncl techncl merged commit 948a6a2 into master Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants